border-image: don't try to unpack values from a NULL border-image
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 18:54:00 +0000 (14:54 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 19:06:18 +0000 (15:06 -0400)
commit42d7487a6ed2aa041b35110725f5768b092cd976
treeade1a3f10aff00e78cdd4ff427dd81f8214536f5
parentfe7125e00c663c60b248ee888f8a4632bad0b0b4
border-image: don't try to unpack values from a NULL border-image

NULL is a valid value for border-image, so if it's NULL when unpacking,
don't try to access the struct fields, but just init the GValues for the
unpacked parameters.
gtk/gtkborderimage.c